DescribeVulConfig
Description
Get global vulnerability scan configuration information.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeVulConfig
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Type | BODY | string | No | No sample value for this parameter. | vulnerability classification. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
TotalCount | integer | no demo value | returns the total number of records. |
Type | string | no demo value | vulnerability classification. |
TargetConfigs | array | no demo value | vulnerability scanning global configuration list. see the following parameter description for specific sub-items. |
RequestId | string | no demo value | request ID. |
Config | string | no demo value | vulnerability scanning global configuration information, on or off. |
Example
Successful Response example
{
"TotalCount":"no demo value",
"Type":"no demo value",
"TargetConfigs":"no demo value",
"RequestId":"no demo value",
"Config":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}